@charset "utf-8";

/* =================================================================================
■ products class
================================================================================= */
.mb5 {margin-bottom: 5px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.w10 {width: 10%;}
.w15 {width: 15%;}
.w25 {width: 25%;}
.w30 {width: 30%;}
.w70 {width: 70%;}
.w360 {width: 360px;}
.w370 {width: 370px;}
.h20 {height: 20px !important;}
.textS {font-size: 87.5%;}
.bdrL {border-left: 1px solid var(--bdrColor) !important;}
.color_orange,.caution {color: #D42522;}
.caption-top + p {margin-top: 0 !important;}
.floatR {float: right;}
.bg01 {background: #EFFDFF!important;}
[class^="ttl-"] + [class^="ttl-"] {margin-top: var(--spaceL);}
[class^="col-"]>*:first-child {margin-top: 0;}
.cf::after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0;
}
.text11 + .text11 {margin-top: 0 !important;}
.figcaption2, .figcaption3,
.text11,.text10{
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left !important;
}

/* list-style
---------------------------------------------------------------*/
.standard {
    margin: 30px 0;
}
ol.standard li {
    list-style: decimal;
    padding: 0;
    left: 20px;
}
ol.standard>li::before {
    content: none;
}
.note,.list-atn {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: var(--spaceS);
    text-align: left;
}
.text-atn:not(ul):not(ol),.text-atn li {
    text-indent: -1em;
    margin-left: 1em;
}

/* columns
---------------------------------------------------------------*/
.clm2>* {
    width: calc((99.9999% - 5%) / 2);
    margin-top: var(--spaceM);
}
.clm3>* {
    width: calc((99.9999% - 10%) / 3);
    margin-top: var(--spaceM);
}
.clm2>*:nth-child(-n+2) {
    margin-top: 0;
}
.clm3>*:nth-child(-n+3) {
    margin-top: 0;
}

/* img
---------------------------------------------------------------*/
img.fRight {
    margin: 10px 0 10px 10px;
}
.imgborder {
    border: 1px solid #ccc;
}
.rightCont {
    float: right;
    width: 221px;
    position: relative;
    top: -150px;
}

/* dl
---------------------------------------------------------------*/
dl.standard dt {
    font-weight: bold;
}
dl.standard dd {
    font-weight: normal;
    margin-bottom: 1.5em;
}

/* box
---------------------------------------------------------------*/
.boxed {
    margin-top: 30px;
    border: 1px solid #93a6b0;
    padding: 20px;
}
#pageBody .box-clm2>.boxL, #pageBody .box-clm2>.boxR, .boxContentsS .box-clm2>.boxL, .boxContentsS .box-clm2>.boxR, #pageBody .w-clm2 {
    width: 50%;
}
.box-clm2>.boxL, .box-clm3>.boxL, .box-clm4>.boxL, .box-clm5>.boxL, .box-clm6>.boxL {
    float: left;
}
.box-clm2>.boxR, .box-clm3>.boxR, .box-clm4>.boxR, .box-clm5>.boxR, .box-clm6>.boxR {
    float: right;
}
ul.iup-box {
    display: flex;
    justify-content: space-between;
}

/* link
---------------------------------------------------------------*/
.link-arw a,
a.pdf_arrow {
    line-height: 1.4;
    display: inline;
    padding: 2px 0 2px 0;
    position: relative;
    background: linear-gradient(#0064B6, #0064B6) 0 100%/0 1px no-repeat;
    transition: background .6s;
    text-decoration: none;
    margin-bottom: 3px;
}
.link-arw a:hover,
a.pdf_arrow:hover {
    color: #0064b6;
    text-decoration: none;
}
.link-arw a::after,
a.pdf_arrow::after {
    content: "";
    background: url(/shared/img/icon-arw.svg) center center no-repeat;
    background-size: 8px 11px;
    width: 11px;
    height: 8px;
    position: absolute;
    bottom: 0.5em;
    right: -20px;
    transition: all .1s;
}
.link-arw a.link-blank::after {
    content: none;
}
.link-arw a:hover,
a.pdf_arrow:hover {
    background-size: 100% 1px;
}
img.imgIcon,
.blank_icon001::after {
    content: "";
    background: url(/shared/img/icon-blank.svg) no-repeat 0 0;
    width: 23px !important;
    height: 13px !important;
    margin: 0 6px;
    vertical-align: 0;
    transition: all .3s;
    display: inline-block;
}
#products a[target="_blank"]:hover {
    background-size: calc(100% - 35px) 1px;
}
#products a[href$=".pdf"]:hover {
    background-size: 100% 1px;
}
#products a[target="_blank"]:hover .blank_icon001::after {
    background: url(/shared/img/icon-blank-o.svg);
}

/* ttl
---------------------------------------------------------------*/
@media screen and (min-width: 1300px) {
    .ttl-h1 {margin-bottom: 60px;}
}
.ttl-h2 a {
    color: #222;
}

/* link
---------------------------------------------------------------*/
#products .link-menu {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    column-gap: 5%;
}
#products .link-menu li {
    flex-direction: column;
    align-items: center;
    display: flex;
}

#products .link-menu li a {
    border: 1px solid #0064B6;
    color: #222;
    font-weight: 700;
    line-height: 1.6;
    padding: 20px 56px 20px 20px;
    box-sizing: border-box;
    transition: all .3s;
    position: relative;
    width: 100%;
    border-radius: 5px;
    background-color: var(--bgColorLightBlue);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
#products .link-menu li a span {
    display: block;
    position: relative;
    font-weight: 500;
    line-height: 1.4;
    box-sizing: border-box;
    padding: 3px 0 3px 0;
    font-size: 2.0rem;
}
#products .link-menu li a::after {
    content: '';
    background: url(/shared/img/icon-arw-button.svg) center center no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    right: 20px;
    transition: all .1s;
}
#products .link-menu li a:hover {
    background: #fff;
}
#products .link-menu li a:hover::after {
    right: 17px;
}
#products .link-menu .innerLinebox {
    border: 1px solid #0064B6;
    color: #222;
    font-weight: 700;
    line-height: 1.6;
    padding: 20px 56px 20px 20px;
    box-sizing: border-box;
    transition: all .3s;
    position: relative;
    width: 100%;
    border-radius: 5px;
    background-color: var(--bgColorLightBlue);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin: 30px 0;
}
#products .link-menu li.innerLinebox a::after {
    content: none;
}
#products .link-menu .innerLinebox>span {
    position: absolute;
    left: 20px;
    top: 40px;
}
#products .link-menu .innerLinebox ul {
    display: flex;
    width: 100%;
    margin-top: 40px;
}
#products .link-menu .innerLinebox ul li {
    margin-right: 80px;
}
#products .link-menu .innerLinebox ul li a {
    border: none;
    padding-left: 0;
}


/* table
---------------------------------------------------------------*/
table td table td {
    border: none !important;
    border-bottom: 1px dotted #999 !important;
}
table td table tr:last-child td {
    border-bottom: none !important;
}
#products table.tableType01 td table {
  width: 100%;
}
#products table.tableType01 td table tr td {
    width: 50%;
}
#products table.tableType01 td,
#products table.tableType001 td,
#products table.tableType002 td {
    box-sizing: border-box;
    height: 60px;
    vertical-align: middle;
    padding: 8px 10px;
    border-top: 1px solid #999;
}
#products .tableArea01 {
   margin: 30px 0;
}
.table-caption + .tableArea01 {
    margin-top: 0 !important;
}
#products .tableType01,
#products .tableType02,
#products .tableType02B,
#products .tableType001,
#products .tableType002,
#products .tableType003,
#products .tableType004,
#products .tableType005,
#products .tableType007,
#products .tableType008 {
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    border-collapse: collapse;
    /*border-bottom: 1px solid #999;*/
    border-top: 1px solid var(--bdrColor);
}
#products .tableArea01 th.st,
#products .tableArea01 th.st,
#products .tableArea001 th.st,
/*#products .tableType001 tr:first-of-type th,
#products .tableType02 thead th,
/*#products .tableType003 tr:first-of-type th,*/
#products .tableType004 tr:first-of-type th {
    background-color: #D3E0E5 !important;
    text-align: center;
}
#products .tableArea01 .tableType001 th.stcol001,
#products .tableArea01 .tableType001 th.stcol002,
#products .tableArea01 .tableType001 th.stcol003,
#products .tableArea01 .tableType001 th.stcol004 {
    background-color: #D3E0E5 !important;
}
#products .tableType003 th,
#products .tableType004 th {
    text-align: center;
}
#products .tableType001 th {
    width: 25%;
}
#products .tableType01 th,
#products .tableType001 th,
#products .tableType02 th,
#products .tableType002 th,
#products .tableType02B th,
#products .tableType003 th,
#products .tableType005 th,
#products .tableType007 th,
#products .tableType008 th {
    box-sizing: border-box;
    height: 60px;
    vertical-align: middle;
    padding: 12px 16px;
    border-top: 1px solid var(--bdrColor);
    border-bottom: 1px solid var(--bdrColor);
    font-weight: bold;
    background-color: var(--bgColorLightBlue);
}
#products .tableType02B th,
#products .tableType005 th {
    text-align: center;
}
#products .tableType02 td.type02Tit01 {
    background-color: var(--bgColorLightBlue);
    font-weight: bold;
}
#products .tableType01 td,
#products .tableType001 th,
#products .tableType001 td,
#products .tableType02 th,
#products .tableType02 td,
#products .tableType002 td,
#products .tableType003 th,
#products .tableType003 td,
#products .tableType004 th,
#products .tableType004 td {
    padding: 12px 16px;
    border-bottom: 1px solid var(--bdrColor);
    border-right: 1px solid var(--bdrColor);
    line-height: 1.5;
}
#products .tableType02 td,
#products .tableType02B td,
#products .tableType003 td,
#products .tableType004 td,
#products .tableType005 td,
#products .tableType007 td,
#products .tableType008 td {
    box-sizing: border-box;
    height: 60px;
    vertical-align: middle;
    padding: 12px 16px;
    border-top: 1px solid var(--bdrColor);
    text-align: center;
}
#products .tableType003 td {
        background: #fff;
}
#products .tableType02.fsmall td {
    text-align: center;
}
#products .tableType01 td {
    border-right: none !important;
}
#products .tableType001 th:first-child,
#products .tableType001 td:first-child,
#products .tableType02 th:first-child,
#products .tableType02 td:first-child,
#products .tableType003 th:first-child,
#products .tableType003 td:first-child,
#products .tableType004 th:first-child,
#products .tableType004 td:first-child {
    border-left: none;
}
#products .tableType001 th:last-child,
#products .tableType001 td:last-child,
#products .tableType02 th:last-child,
#products .tableType02 td:last-child,
#products .tableType003 th:last-child,
#products .tableType003 td:last-child,
#products .tableType004 th:last-child,
#products .tableType004 td:last-child {
    border-right: none;
    border-left: 1px solid var(--bdrColor);
}
#products .tableType02 th.pickth {
    border-left: 1px solid var(--bdrColor);
    text-align: center;
}
#products .tableType001 tr:nth-of-type(n+2) th,
#products .tableType003 tr:nth-of-type(n+2) th,
#products .tableType004 tr:nth-of-type(n+2) th {
    background-color: var(--bgColorLightBlue);
}
#products .tableType003 tr:nth-of-type(n+2) th.pickth {
    background-color: #fff;
}
#products .tableType01 th:not(:first-child),
#products .tableType02 th:not(:first-child),
#products .tableType02B th:not(:first-child),
#products .tableType001 th:not(:first-child),
#products .tableType002 th:not(:first-child),
#products .tableType003 th:not(:first-child),
#products .tableType004 th:not(:first-child),
#products .tableType005 th:not(:first-child),
#products .tableType007 th:not(:first-child),
#products .tableType008 th:not(:first-child),
#products .tableType01 td:not(:first-child),
#products .tableType02 td:not(:first-child),
#products .tableType02B td:not(:first-child),
#products .tableType001 td:not(:first-child),
#products .tableType002 td:not(:first-child),
#products .tableType003 td:not(:first-child),
#products .tableType004 td:not(:first-child),
#products .tableType005 td:not(:first-child),
#products .tableType007 td:not(:first-child),
#products .tableType008 td:not(:first-child),
#products .tableType01 .bdrL,
#products .tableType02 .bdrL,
#products .tableType02B .bdrL,
#products .tableType001 .bdrL,
#products .tableType002 .bdrL,
#products .tableType003 .bdrL,
#products .tableType004 .bdrL,
#products .tableType005 .bdrL,
#products .tableType007 .bdrL,
#products .tableType008 .bdrL {
    border-left: 1px solid var(--bdrColor);
    border-bottom: 1px solid var(--bdrColor);
    border-right: none;
}
#products .table-default.pdS th {
    padding: 10px 4px;
}
#products .table-data {
    border-collapse: collapse;
}
#products .table-data.alignC th, .table-data thead.alignC th {
    text-align: center;
}
#products .table-data thead th {
    background-color: #D3E0E5 !important;
    font-weight: bold;
}
#products .table-data th:not(:first-child), .table-data td:not(:first-child), .table-data .bdrL {
    border-left: 1px solid var(--bdrColor);
}
#products .table-data th, .table-data td {
    box-sizing: border-box;
    height: 60px;
    vertical-align: middle;
    padding: 12px 16px;
    border-top: 1px solid var(--bdrColor);
    border-bottom: 1px solid var(--bdrColor);
}
#products .table-data .bdrR {
    border-right: 1px solid var(--bdrColor);
}
#products .tableArea01 td.colorType01 {
    background: #fff5f1;
}
#products .pickth {
    border-left: 1px solid var(--bdrColor);
}
#products .table-caption .ttl {
    position: inherit;
}
#products .sp-table-scroll + .note,
#products .table-default + .note {
    margin-top: 10px;
}
#products .table-caption {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
#products .tableArea01 th.pickth,
#products .tableArea001 th.pickth {
    background: #e5f1f9 !important;
}
#products .tableArea01 .tableType001 th.st002,
#products .tableArea01 .tableType008 th.st002 {
    border-left: 1px solid #999;
    background: #e5f1f9 !important;
}
#products table.mT40 {
    margin-top: 0 !important;
}
table.imgtype001, table.imgtype003 {
    margin-bottom: 30px;
    width: 100%;
}
#products .imgtype001 .caption-top {
    line-height: 130%;
    font-weight: bold;
    padding-top: 0;
}
#products .imgtype001 .note,
#products .imgtype001 .figcaption3{
    font-weight: normal;
    font-size: 1.4rem;
    text-indent: 0;
    margin-left: 0;
}
#products table + p {
    margin-top: 15px;
}
#products .tableArea01 .tableType02B th.stcol006 {
    background: #e5f1f9 !important;
}


/* contArea01
---------------------------------------------------------------*/
#products .contArea01 {
    margin: 20px 0 40px;
}
#products .contArea01 img {
    max-width: 100%;
}
#products .contArea01 .leftCont01 {
    float: left;
    width: 73%;
}
#products .contArea01 .rightCont01 {
    float: right;
    width: 23%;
    margin-left: 20px;
    text-align: right;
}
#products .contArea01 .leftCont001 {
    float: left;
    width: 70%;
}
#products .contArea01 .rightCont001 {
    float: right;
    width: 25%;
}
#products .contArea01 .leftCont002 {
    float: left;
    width: 79%;
}
#products .contArea01 .rightCont002 {
    float: right;
    width: 18%;
    text-align: right;
}
#products .contArea01 .float_right02 {
    float: right;
    padding-left: 20px;
    padding-right: 5px;
}
#products .contArea01 .leftCont003 {
    float: left;
    width: 65%;
}
#products .contArea01 .rightCont003 {
    float: right;
    width: 30%;
}
#products .contArea01 .leftCont004 {
    float: left;
    width: 100%;
}
#products .contArea01 .leftCont005 {
    float: left;
    width: 65%;
}
#products .contArea01 .rightCont005 {
    float: right;
    width: 27%;
}
#products .contArea01 .rightCont001 .tableType005 {
    border: 1px solid #999 !important;
}
#products .contArea01 .leftCont006 {
    float: left;
    width: 25%;
}
#products .contArea01 .rightCont006 {
    float: right;
    width: 75%;
}
#products .contArea01 .leftCont007 {
    float: left;
    width: 30%;
}
#products .contArea01 .rightCont007 {
    float: right;
    width: 65%;
}
#products .rightCont007 .tableType007 {
    border: 2px solid var(--bdrColor);
}
#products .rightCont007 .tableType007 td {
    text-align: left;
}
#products .rightCont007 .tableType007 td img {
    display: inline-block;
    vertical-align: -2px;
    margin: 0 3px 0 0;
}
#products .contArea01 .leftCont008 {
    float: left;
    width: 25%;
}
#products .contArea01 .rightCont008 {
    float: right;
    width: 75%;
}
#products .contArea01 .leftCont009 {
    float: left;
    width: 25%;
}
#products .contArea01 .rightCont009 {
    float: right;
    width: 75%;
}
#products .contArea01 .leftCont010 {
    float: left;
    width: 70%;
}
#products .contArea01 .rightCont010 {
    float: right;
    width: 28%;
}
#products .contArea01 .leftCont011 {
    float: left;
    width: 70%;
}
#products .contArea01 .rightCont011 {
    float: right;
    width: 25%;
}
#products .contArea01 .leftCont013 {
    float: left;
    width: 25%;
}
#products .contArea01 .rightCont013 {
    float: right;
    width: 75%;
}
#products .contArea01 .leftCont014 {
    float: left;
    width: 25%;
}
#products .contArea01 .rightCont014 {
    float: right;
    width: 70%;
}
#products .contArea01 .leftCont015 {
    float: left;
    width: 70%;
}
#products .contArea01 .rightCont015 {
    float: right;
    width: 25%;
}
#products .contArea01 .leftCont020 {
    float: left;
    width: 50%;
}
#products .contArea01 .rightCont020 {
    float: right;
    width: 50%;
}
#products .contArea01 dl.safety {
    display: flex;
    flex-wrap: wrap;
}
#products .contArea01 dl.safety dt {
    width: 10%;
}
#products .contArea01 dl.safety dd {
    width: 90%;
}
#products .contArea01 .important {
    border: 1px solid #f60;
    padding: 20px;
}
#products .contArea01 .important h3 {
    color: #f60;
    vertical-align: middle;
    margin-bottom: 0.5em;
}
#products .contArea01 .important h3:before {
    line-height: 100%;
    background-color: #f60;
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: 1.1em;
    margin: 0.5em;
    vertical-align: middle;
    width: 4px;
}
#products .caption-top {
    padding: 10px 0;
    font-size: 1.4rem;
    line-height: 1.6;
    display: block;
    padding-top: 8px;
    margin-top: 0;
    text-align: left;
    font-weight: bold;
}
#products .caption-top[align="center"] {
    text-align: center;
}
#products .cf::after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0;
}

/* list-circle
---------------------------------------------------------------*/
.standard>li {
    padding-left: 1.2em;
    margin-top: 0.6em;
    position: relative;
    line-height: 1.4;
}
.standard>li::before {
    content: "";
    background: #757575;
    display: block;
    width: 0.6em;
    height: 0.6em;
    border-radius: 100%;
    position: absolute;
    top: 0.5em;
    left: 0;
}
[class^="list-"] {
    line-height: 1.4;
    margin-top: 10px !important;
}
.standard>li,
.standard02>li,
.list_style01>li {
    text-indent: 0;
    padding-left: 1em;
    position: relative;
}
.standard>li::before,
.standard02>li::before {
    content: "";
    background: #bdbdbd;
    display: block;
    width: 0.6em;
    height: 0.6em;
    position: absolute;
    top: 0.4em;
    left: 0.1em;
    border-radius: 1em;
}
.list_style01>li::before {
    content: "";
    background: #bdbdbd;
    display: block;
    width: 0.6em;
    height: 0.6em;
    position: absolute;
    top: 0.6em;
    left: 0;
    border-radius: 1em;
}

/* box-related
---------------------------------------------------------------*/
.box-related .ttlBox {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.6;
    padding-bottom: 10px;
    position: relative;
}
.box-related .ttlBox::after {
    content: '';
    height: 2px;
    background-color: #222;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.box-related ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5%;
}
.box-related ul li {
    position: relative;
    padding: 20px 0;
    width: calc((99.9999% - 10%) / 3);
    display: flex;
    flex-direction: column;
    margin: 0;
}
.box-related ul li a {
    display: flex;
    flex: 1;
    flex-direction: column-reverse;
    font-weight: 500;
    line-height: 1.4;
    position: relative;
    padding-bottom: 0.25em;
    background: linear-gradient(#0064B6, #0064B6) 0 100%/0 2px no-repeat;
    transition: background .6s;
    text-decoration: none;
    font-size: 16px;
    margin: 0;
}
.box-related ul li a {
    background: linear-gradient(#0064B6, #0064B6) 0 100%/0 1px no-repeat;
}
.box-related ul li a:hover {
    background-size: 100% 1px;
}
.box-related ul li::after {
    content: '';
    border-bottom: 1px dotted var(--bdrColor);
    position: absolute;
    bottom: 0;
    left: 0;
    right: -16%;
}
.box-related a span.txt {
    display: flex;
    flex: 1;
    align-items: center;
    position: relative;
    min-height: 48px;
    padding: 5px 40px 5px 0;
    box-sizing: border-box;
    border-bottom: 2px solid #fff;
}
.box-related a span.txt::after {
        content: '';
    background: url(/shared/img/icon-arw-button.svg) center center no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    right: 5px;
    transition: all .1s;
}
.box-related a:hover span.txt::after {
    right: 0;
}
.box-related .link-arw a:not(.link-blank)::after {
    content: none;
}

/* contactArea
---------------------------------------------------------------*/
#products .contactArea .link-btn-normal.red a {
  padding: 20px 75px 20px 30px;
  text-align: center;
  display: inline-block;
}
#products .contactArea .link-btn-normal.red a[target="_blank"] {
  background-color: var(--keyColor) !important;
  color: #fff;
  transition: all .3s !important;
}
#products .contactArea .link-btn-normal.red a[target="_blank"]:hover {
  background-color: #fff !important;
  color: var(--keyColor);
}
#products .contactArea .link-btn-normal.red a::after {
  background: url(/shared/img/icon_contactArea-w.svg) center center no-repeat;
  background-size: 35px 30px;
  width: 45px;
  height: 30px;
  top: calc(50% - 15px);
}
#products .contactArea .link-btn-normal.red a:hover::after {
  background: url(/shared/img/icon_contactArea-r.svg) center center no-repeat;
  background-size: 35px 30px;
  width: 45px;
  height: 30px;
  top: calc(50% - 15px);
}
#products .contactArea .link-btn-normal a:hover::after {
  right: 20px;
}
#products .contactArea .link-btn-normal.red a span {
  font-size: 2rem;
}
#products .contactArea .link-btn-normal.red a span .small {
  font-size: 1.4rem;
}
/* productsInquiry_btn
---------------------------------------------------------------*/
#products .productsInquiry_btn {
    display: block;
    position: fixed;
    top: 110px;
    right: 10px;
    transition: all 0.2s ease-out;
    z-index: 2;
}
#products .productsInquiry_btn.fixed {
    top: 70px;
    transition: all 0.2s ease-out;
}
#products #header.fixed .productsInquiry_btn {
    top: 70px;
}
#products .productsInquiry_btn a {
    display: block;
    padding: 20px;
    background: #D42522;
    border-radius: 10px;
    color: #fff;
    position: relative;
    transition: all .3s;
    border: 1px solid transparent;
    width: 280px;
    box-sizing: border-box;
    line-height: 1.5;
}
#products .productsInquiry_btn a span.small {
  font-size: 1.4rem;
  display: block;
}
@media (hover: hover) and (pointer: fine) {
    #products .productsInquiry_btn a:hover {
    background: #fff;
    color: #D42522;
    border: 1px solid #D42522;
    }
     #products .productsInquiry_btn a:hover::after {
    content: "";
    width: 26px;
    height: 20px;
    background: url(/shared/img/icon_contactArea-r.svg) center center no-repeat;
    }
}

#products .productsInquiry_btn a:after {
    content: "";
    display: block;
    width: 26px;
    height: 20px;
    background: url(/shared/img/icon_contactArea-w.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 9px);
    right: 20px;
}


#products .CrAccent03 {
    font-size: 2.4rem;
    color: #D42522;
}

#products .agelessHowto .contArea01 p.caption{
	font-weight: bold;
	margin-bottom: 0.5em;
}
#products .caution_Mark {
    background: url(/eng/products/sc/ageless/img/agelesshow_ic_01.gif) 0 0.3em no-repeat;
    padding-left: 25px;
}
#products .full-left-box.box-clm2 {
    padding: 0 30px 40px;
}


.tab-btn>li {
    width: calc(100% /4);
    text-align: center;
}

/* localMenu
---------------------------------------------------------------*/
#localMenu .lm-list:last-of-type {
    border-bottom: 1px solid #222;
}
#localMenu .lm-categoryTtl>a {
    padding: 20px 0 19px; 
}
#localMenu #lm-listProducts {
    padding-top: 15px;
}
#localMenu #lm-listProducts dt {
    color: #222;
    padding: 20px 0 10px;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 500;
}
#localMenu #lm-listProducts dd {
    background: #EDF3F5;
    border-radius: 10px;
}
#localMenu #lm-listProducts dd li {
    position: relative;
    padding: 20px;
}
#localMenu #lm-listProducts dd li:not(:first-child)::after {
    content: '';
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 1px dotted #222;
}
#localMenu #lm-listProducts dd li a {
    color: #222;
    font-weight: 500;
}
#localMenu #lm-listProducts dd li a:hover {
    text-decoration: underline;
}
#localMenu #lm-listProducts li.keyword span.text {
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
#localMenu #lm-listProducts li.keyword span.form {
    display: flex;
    position: relative;
}
#localMenu #lm-listProducts li.keyword input[type="search"] {
    width: 100%;
    height: 40px;
    padding: 0 0 0 8px;
    border: 1px solid #222;
    border-radius: 5px;
}
#localMenu #lm-listProducts li.keyword input[type="image"] {
    background: #0064B6;
    border-radius: 0 5px 5px 0;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}
.link-icon img {
    margin: 3px;
    vertical-align: -7px;
}
@media only screen and (max-width: 1023px) {
    #products .productsInquiry_btn, #header.fixed .productsInquiry_btn {
        top: auto;
        bottom: 0;
        right: 50%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        z-index: 2;
        transition: .6s;
    }
    #products .productsInquiry_btn a {
        border-radius: inherit;
        width: 100%;
        text-align: center;
    }
    #products .productsInquiry_btn a br {
        display: none;
    }
    #products .productsInquiry_btn.fixed {
        top: auto;
        transition: all 0.2s ease-out;
    }
    #products .productsInquiry_btn.hide {
        opacity: 0;
        transition: .6s;
    }
}
#products #localMenu .mf_finder_searchBox_submit {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width: 767px) {
    .clm2>*,
    .clm3>* {
        width: 100%;
        margin-top: 1em!important;
    }
    .sp-pR60 {
        padding-right: 60px !important;
    }
    .sp-pR20 {
        padding-right: 20px !important;
    }
    .sp-pR40 {
        padding-right: 40px !important;
    }
    .sp-z0 {
        z-index: 0 !important;
    }
    .bdrL {
        border-left: 1px solid var(--bdrColor) !important;
    }
    .no-bdrL {
        border-left: none !important;
    }
    .no-bdrB {
        border-bottom: none !important;
    }
    .sp-w500{
        width: 500px !important;
    }
    img.fRight {
        float: none !important;
        display: block;
        margin: 10px 0;
    }
    #pageBody .box-clm2>.boxL, #pageBody .box-clm2>.boxR, .boxContentsS .box-clm2>.boxL, .boxContentsS .box-clm2>.boxR, #pageBody .w-clm2 {
        width: 100%;
    }
    .note, .list-atn {
        margin-left: 0;
        width: auto !important;
    }
    ol.standard li {
        width: 90%;
    }
    [class^="ttl-"] + [class^="ttl-"] {
        margin-top: var(--spaceM);
    }
    .note, .list-atn {
        text-indent: 0;
    }
    ul.iup-box {
        display: block;
    }
    ul.iup-box li:nth-child(2) {
    margin: 15px 0;
}
    .rightCont {
    float: none;
    width: 221px;
    position: static;
    margin: auto;
}
    figure>img, figure>img.sp-dsp-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
    .tab-btn>li {
    width: calc(100% /2 - 20px);
}
    .tab-btn>li:nth-child(2)::before {
    content: '';
    width: 1px;
    background-color: #222;
    position: absolute;
    top: 7px;
    bottom: 6px;
    right: -8px;
}
#products .caption-top[align="center"] {
    text-align: left;
}
    
    
/* contArea01
---------------------------------------------------------------*/
    #products .contArea01 .leftCont01, #products .contArea01 .leftCont001, #products .contArea01 .leftCont002, #products .contArea01 .leftCont003, #products .contArea01 .leftCont004, #products .contArea01 .leftCont005, #products .contArea01 .leftCont006, #products .contArea01 .leftCont007, #products .contArea01 .leftCont008, #products .contArea01 .leftCont009, #products .contArea01 .leftCont010, #products .contArea01 .leftCont011, #products .contArea01 .leftCont012, #products .contArea01 .leftCont013, #products .contArea01 .leftCont014, #products .contArea01 .leftCont015,
    #products .contArea01 .leftCont020, #products .contArea01 .rightCont01, #products .contArea01 .rightCont001, #products .contArea01 .rightCont002, #products .contArea01 .rightCont003, #products .contArea01 .rightCont004, #products .contArea01 .rightCont005, #products .contArea01 .rightCont006, #products .contArea01 .rightCont007, #products .contArea01 .rightCont008, #products .contArea01 .rightCont009, #products .contArea01 .rightCont010, #products .contArea01 .rightCont011, #products .contArea01 .rightCont012, #products .contArea01 .rightCont013, #products .contArea01 .rightCont014, #products .contArea01 .rightCont015,
    #products .contArea01 .rightCont020 {
        float: none;
        width: auto !important;
        margin-right: auto;
        margin-left: auto;
    }
    #products .contArea01 .leftCont01 img, #products .contArea01 .leftCont001 img, #products .contArea01 .leftCont002 img, #products .contArea01 .leftCont003 img, #products .contArea01 .leftCont004 img, #products .contArea01 .leftCont005 img, #products .contArea01 .leftCont006 img, #products .contArea01 .leftCont007 img, #products .contArea01 .leftCont008 img, #products .contArea01 .leftCont009 img, #products .contArea01 .leftCont010 img, #products .contArea01 .leftCont011 img, #products .contArea01 .leftCont012 img, #products .contArea01 .leftCont013 img, #products .contArea01 .leftCont014 img, #products .contArea01 .leftCont015 img #products .contArea01 .rightCont01 img, #products .contArea01 .leftCont020 img #products .contArea01 .rightCont01 img, #products .contArea01 .rightCont001 img, #products .contArea01 .rightCont002 img, #products .contArea01 .rightCont003 img, #products .contArea01 .rightCont004 img, #products .contArea01 .rightCont005 img, #products .contArea01 .rightCont006 img, #products .contArea01 .rightCont007 img, #products .contArea01 .rightCont008 img, #products .contArea01 .rightCont009 img, #products .contArea01 .rightCont010 img, #products .contArea01 .rightCont011 img, #products .contArea01 .rightCont012 img, #products .contArea01 .rightCont013 img, #products .contArea01 .rightCont014 img, #products .contArea01 .rightCont015 img, #products .contArea01 .rightCont020 img {
        width: auto;
        margin-bottom: 1em;
    }
    #products .contArea01 .leftCont01:not(:first-child), #products .contArea01 .leftCont001:not(:first-child), #products .contArea01 .leftCont002:not(:first-child), #products .contArea01 .leftCont003:not(:first-child), #products .contArea01 .leftCont004:not(:first-child), #products .contArea01 .leftCont005:not(:first-child), #products .contArea01 .leftCont006:not(:first-child), #products .contArea01 .leftCont007:not(:first-child), #products .contArea01 .leftCont008:not(:first-child), #products .contArea01 .leftCont009:not(:first-child), #products .contArea01 .leftCont010:not(:first-child), #products .contArea01 .leftCont011:not(:first-child), #products .contArea01 .leftCont012:not(:first-child), #products .contArea01 .leftCont013:not(:first-child), #products .contArea01 .leftCont014:not(:first-child), #products .contArea01 .leftCont015:not(:first-child),
    #products .contArea01 .leftCont020:not(:first-child),#products .contArea01 .rightCont01:not(:first-child), #products .contArea01 .rightCont001:not(:first-child), #products .contArea01 .rightCont002:not(:first-child), #products .contArea01 .rightCont003:not(:first-child), #products .contArea01 .rightCont004:not(:first-child), #products .contArea01 .rightCont005:not(:first-child), #products .contArea01 .rightCont006:not(:first-child), #products .contArea01 .rightCont007:not(:first-child), #products .contArea01 .rightCont008:not(:first-child), #products .contArea01 .rightCont009:not(:first-child), #products .contArea01 .rightCont010:not(:first-child), #products .contArea01 .rightCont011:not(:first-child), #products .contArea01 .rightCont012:not(:first-child), #products .contArea01 .rightCont013:not(:first-child), #products .contArea01 .rightCont014:not(:first-child), #products .contArea01 .rightCont015:not(:first-child), #products .contArea01 .rightCont020:not(:first-child) {
        margin-top: 15px;
    }
    #products .contArea01 .leftCont01 .link-blank img {
        width: 23px;
        margin-bottom: 0;
    }
    #products .sp-table-scroll>table {
        margin-bottom: 5px !important;
    }
    #products .contArea01 .rightCont01,
    #products .contArea01 .rightCont002 {
        text-align: left;
    }
    #products .contArea01 dl.safety {
        display: block;
    }
    #products .contArea01 dl.safety dt,
    #products .contArea01 dl.safety dd {
        width: 100%;
    }
    #products .contArea01 dl.safety dd {
        margin-bottom: 20px;
    }
    #products .contArea01 .float_right02 {
        float: left;
    }
    #products .caption-top span {
        display: block;
        margin-left: 0 !important;
    }
    #products .caption-top {
        padding: 10px 0;
        text-align: left;
    }
    /* scroll */
    .sp-table-scroll .w7em{min-width: 7em;}	
    .sp-table-scroll .w9em{min-width: 9em;}
    .sp-table-scroll .w9em{min-width: 9em;}
    .sp-table-scroll table.tableType02.tdL,.sp-table-scroll table.tableType002,
    .sp-table-scroll table.tableType02.fsmall,.sp-table-scroll table.tableType02B.fsmall,.sp-table-scroll table.tableType02B.fsmall,
    .sp-table-scroll table.tableType001,.sp-table-scroll table.tableType004{
        border-collapse: separate !important;
        border-spacing: 0;
        /*white-space: nowrap;*/
    }
    .tableType02.tdL tr th:first-of-type,.tableType002 tr th:first-of-type,
    .tableType02.fsmall tr th:first-of-type,.tableType02.fsmall tr th.pickth,
    .tableType02B.fsmall tr th:first-of-type,.tableType02B.fsmall tr th[scope^="row"].pickth,
    .tableType004 tr th:first-of-type {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .tableType02.fsmall tr th.pickth,.tableType02B.fsmall tr th[scope^="row"].pickth {
        left: 92px !important;
        border-right: 1px solid var(--bdrColor) !important;
        border-left: none !important;
        z-index: 0;
    }
    .tableType02B.fsmall tr th.bdrL,
    .tableType02B.fsmall tr th[scope^="col"].pickth {
        z-index: auto;
    }
    .tableType02B.fsmall.fsmall_02 tr th[scope^="row"].pickth {
        left: 137px !important;
    }
    .tableType02.fsmall tr th.pickth:first-of-type,
    #products .tableType02B.fsmall th.pickth:first-of-type,
    #products .tableType02B.fsmall th.pickth:last-of-type,
    #products .tableType02.fsmall tr td.colorType01 {
        border-left: 1px solid var(--bdrColor) !important;
    }
    .tableType02B.fsmall tr th.sp-sticky {
        position: sticky;
        top: 0;
        left: 122px !important;
        border-right: 1px solid var(--bdrColor) !important;
        border-left: none !important;
        z-index: 0;
    }
    #products .tableType001 td:first-of-type,#products .tableType02.tdL th:nth-child(2),#products .tableType02.tdL td:not(:last-child),#products .tableType02.tdL tr:last-of-type td,
    #products .tableType02.fsmall th.pickth,#products .tableType02.fsmall td:first-of-type,
    #products .tableType02B.fsmall th:nth-child(2),#products .tableType02B.fsmall td:first-of-type,#products .tableType02B.fsmall th:first-of-type,
    #products .tableType001 th:nth-of-type(2),#products .tableType004 td:first-of-type {
        border-left: none !important;
    }
    #products .tableType001 th,#products .tableType02.tdL th,#products .tableType02.tdL td,#products .tableType002 th,
    #products .tableType02.fsmall th,#products .tableType02.fsmall td,
    #products .tableType02B.fsmall th,#products .tableType02B.fsmall td,
    #products .tableType001 td,#products .tableType004 td,#products table.tableType001 td{
        border-top: none;
    }
    #products .tableType02B.fsmall.fsmall_02 td:first-of-type,#products .tableType004 td.bdrL {
        border-left: 1px solid var(--bdrColor) !important;
    }
    ._pos-static th,._pos-static td {
        position: static !important;
    }
    #products .sp_bdrR-none {
        border-right: none !important;
    }
    #products .tableType02B.fsmall td.bdrL:first-of-type,#products .tableType001 td.bdrL:first-of-type {
        border-left: 1px solid var(--bdrColor) !important;
    }
    #products .tableType02.tdL th.type02Tit01 {
        border-bottom: 1px solid var(--bdrColor);
    }
    .tableType008  {width: 900px !important;}
    
/* table
---------------------------------------------------------------*/
    /*#products .sp-table-scroll tr th:first-child {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 1;
    }*/
    #products .tableType01 th {
        padding: 12px 0 12px 7px;
    }
    #products table.tableType01 td {
        padding: 8px 7px;
    }
    #products .sp-table-scroll tr th {
        border-right: 1px solid var(--bdrColor);
    }
    #products .sp-table-scroll .table-caption {
        margin: 0 0 10px;
    }
    #products table.imgtype001 th,
    #products table.imgtype001 td {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    table.imgtype003 th,
    table.imgtype003 td {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 10px;
    }
    
/* box-related
---------------------------------------------------------------*/  
    .box-related ul li {
        width: 100%;
    }
    .box-related ul li::after {
        right: 0;
    }
    
/* productsInquiry_btn
---------------------------------------------------------------*/    
    #products .productsInquiry_btn,
    #header.fixed .productsInquiry_btn {
        top: auto;
        bottom: 0;
        right: 50%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        z-index: 2;
        transition: .6s;
    }
    #products .productsInquiry_btn.fixed {
        top: auto;
        transition: all 0.2s ease-out;
    }
    #products .productsInquiry_btn a {
        border-radius: inherit;
        width: 100%;
    }
    #products .productsInquiry_btn.hide {
        opacity: 0;
        transition: .6s;
    }
    #products .full-left-box.box-clm2 {
        padding: 0 0 40px;
    }
   
    
/* contactArea
---------------------------------------------------------------*/
    #products .contactArea .link-btn-normal.red a {
        padding: 15px 30px 15px 20px;
    }
    #products .contactArea .link-btn-normal.red a::after {
        background: url(/shared/img/icon_contactArea-w.svg) center center no-repeat;
        background-size: 25px 20px;
        width: 25px;
        height: 20px;
        top: calc(50% - 10px);
    }
    #products .contactArea .link-btn-normal.red a:hover::after {
        background: url(/shared/img/icon_contactArea-r.svg) center center no-repeat;
        background-size: 25px 20px;
        width: 25px;
        height: 20px;
        top: calc(50% - 10px);
    }
    #products .contactArea .link-btn-normal.red a span {
      font-size: 1.8rem;
    }
    
/* navi
---------------------------------------------------------------*/
    #localMenu nav {
        margin: 0 10px;
    }
    #localMenu #lm-listProducts dt {
        padding: 20px 0 10px;
    }

 /* ftr-pagetop
---------------------------------------------------------------*/   
    #ftr-pagetop {
        bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Print
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media print{
    
}